Skip to content

Fix: Move @perstack/filesystem-storage to devDependencies#473

Merged
FL4TLiN3 merged 2 commits intomainfrom
fix/move-filesystem-storage-to-devdeps
Feb 10, 2026
Merged

Fix: Move @perstack/filesystem-storage to devDependencies#473
FL4TLiN3 merged 2 commits intomainfrom
fix/move-filesystem-storage-to-devdeps

Conversation

@FL4TLiN3
Copy link
Contributor

Summary

  • @perstack/filesystem-storage is a private workspace package bundled into the CLI via tsup noExternal (added in Fix: Bundle @perstack/filesystem-storage into CLI package #471)
  • However, it was still listed in dependencies, causing npm to try installing it from the registry (404 since it's private)
  • Moved to devDependencies to match the pattern used for @perstack/tui-components

Test plan

  • pnpm install succeeds
  • pnpm run build succeeds in apps/perstack
  • No external imports of @perstack/filesystem-storage in dist output
  • Verified @perstack/tui-components follows the same pattern (devDep + noExternal)

🤖 Generated with Claude Code

FL4TLiN3 and others added 2 commits February 10, 2026 23:31
The package is bundled via tsup noExternal, so it must not be listed
in dependencies (which npm tries to install from the registry).
Matches the pattern used for @perstack/tui-components.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@FL4TLiN3 FL4TLiN3 merged commit 2f5c2de into main Feb 10, 2026
9 checks passed
@FL4TLiN3 FL4TLiN3 deleted the fix/move-filesystem-storage-to-devdeps branch February 10, 2026 14:34
@FL4TLiN3 FL4TLiN3 mentioned this pull request Feb 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant